home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User: China
/
Acorn User China CD-ROM (UK) (Disc B)
/
Acorn User China CD-ROM (UK) (Disc B).bin
/
STUTTGART
/
FROMUTS
/
UNIXLIB37B
/
clib_h_alloca
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-17
|
173 b
|
13 lines
/* alloca.h (c) Copyright 1991 H.Rogers */
#ifndef __ALLOCA_H
#define __ALLOCA_H
#ifndef __SYS_TYPES_H
#include "sys/types.h"
#endif
extern void *alloca(size_t);
#endif